Welcome![Sign In][Sign Up]
Location:
Search - grayscale convert

Search list

[Embeded-SCM Developbmp2hex

Description: 以一种4级灰度的液晶为例,介绍了如何将BMP文件转换为液晶显示的16进制文件。-in a four grayscale LCD as an example, how to convert a BMP file LCD band of 16 documents.
Platform: | Size: 183296 | Author: 林飞 | Hits:

[Special Effectsauto-singlethresholdOTSU

Description: OTSU的算法,很好用,好不容易才找到的。 OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。-OTSU algorithm, very good, and managed to find. OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method.
Platform: | Size: 1024 | Author: 汪蔚 | Hits:

[Delphi VCLDelphigrayBMP

Description: DelphigrayBMP.rar Convert delphi bmps to grayscale fastly.
Platform: | Size: 113664 | Author: selamicik | Hits:

[GDI-Bitmap1

Description: 该程序的功能是将256色转换成灰度图,用VC编程。-The program s function is to convert 256-color grayscale, using VC programming.
Platform: | Size: 158720 | Author: 龚云 | Hits:

[2D Graphic21878249952005920105117074328

Description: OTSU 的算法,可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。-OTSU algorithm, Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method.
Platform: | Size: 3072 | Author: 将以 | Hits:

[Special Effectsostu

Description: OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
Platform: | Size: 1024 | Author: 刘荣辉 | Hits:

[Windows Developrgb_to_gray

Description: this the code to convert 24 bit bmp images to 8bit grayscale image.-this is the code to convert 24 bit bmp images to 8bit grayscale image.
Platform: | Size: 4096 | Author: ashish | Hits:

[Special Effectsconnected_components_image

Description: Implementation Of Labeling Connected Components 用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData is used to read and process the pixels in the image. This is the specialty of C# to provide such a speed even on image processing applications. There is a set of modules that are designed to implement the algorithm. The program scans the image to convert the image into grayscale Levels. Then it converts the image into binary. This binary image will be subjected to splitting it into components. Here we can us 4-Connected or 8-Connected Algorithm but we used 8-Connected Algorithm for finding the Blobs in the image as described above
Platform: | Size: 53248 | Author: 程磊 | Hits:

[Graph programBMP256Color

Description: 如何將任意圖形轉換成256色,256灰階,16色或是單色圖檔 -How to convert any graphic 256 color, 256 grayscale, 16-color or monochrome image file
Platform: | Size: 8192 | Author: yuesong | Hits:

[Windows Develop256togray

Description: 能将256彩色图像转换为灰度图像 里面包含测试图-Be able to convert 256-color images to grayscale image which contains test pattern
Platform: | Size: 2904064 | Author: | Hits:

[matlabimgkmeans

Description: 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color image, convert to grayscale image segmentation, the output of grayscale images. The use of gray as the characteristics of each pixel clustering, due to light and other reasons, and sometimes should belong to an object pixel, its gray value will also be very different, may lead to clustering of the pixel error has occurred. in the segmentation results, the surface, there would be different from other pixel noise points, so , the algorithm Finally, the results of a median filter to eliminate noise, to the role of smoothing the image
Platform: | Size: 335872 | Author: caoliang | Hits:

[Video Capturehw1_sample

Description: 把BMP檔從24BIT轉換成8BIT 包含了灰階轉換 彩色轉換-BMP file to convert from 24BIT grayscale conversion 8BIT includes color conversion
Platform: | Size: 82944 | Author: luke | Hits:

[Picture ViewerGrayScale

Description: Convert Bitmap to 8 Bits Per Pixel Format
Platform: | Size: 30720 | Author: Muhammad Rashid | Hits:

[Special EffectsPointExtraction

Description: 利用Moravec算子、Forstner算子、Harris算子对一幅位图(灰度图像)进行点特征提取,还可以将非位图(如.jpg格式)灰度化后转换为灰度图像进行提取。-By Moravec operator, Forstner operator, Harris operator of a bitmap (gray image) for point feature extraction, can also be non-bitmap (such as. Jpg format) grayscale convert to grayscale image after the extraction .
Platform: | Size: 4369408 | Author: 残月痴人 | Hits:

[Special Effects256-colors-to-grayscale

Description: 本程序是基于visual c++下实现了将256色的图片转换成灰度图片. -This procedure is based on visual c++ to achieve the picture that will convert 256-color grayscale image.
Platform: | Size: 5036032 | Author: weizhen | Hits:

[Special EffectsConvert-image-Grayscale

Description: Convert image from RGB to Grayscale and change bit
Platform: | Size: 5155840 | Author: nguyen ngoc tu | Hits:

[Special Effectscolors-to-grayscale

Description: 可以实现256色的彩色图像转换为灰度图像-256 colors can be achieved convert a color image to grayscale image
Platform: | Size: 5656576 | Author: 张三 | Hits:

[OpenCVcvcolor-Convert

Description: 利用OpenCV实现由彩色图像,到灰度图像的转化。并将转化后的图像保存。-OpenCV achieved by the use of a color image to grayscale image conversion. And save the image after conversion.
Platform: | Size: 1024 | Author: yanpandeng | Hits:

[OtherGrayscale-Java

Description: Java code to convert an image into grayscale
Platform: | Size: 653312 | Author: forucell | Hits:

[matlabRGB2Gray

Description: convert rgb to grayscale
Platform: | Size: 1220608 | Author: kukukiki | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net